home *** CD-ROM | disk | FTP | other *** search
- global gFSnameHilited, gMovieButtons, gProgramSettings
-
- on mouseUp
- set count to CountStudents(GetCurClassList(gProgramSettings))
- if (the mouseLine >= 1) and (the mouseLine <= count) then
- set gFSnameHilited to the mouseLine
- set theField to the mouseCast
- hilite line gFSnameHilited of field theField
- SetState(getAt(gMovieButtons, 7), #normal)
- SetState(getAt(gMovieButtons, 8), #normal)
- end if
- end
-